Skip to main content

MQTT message example

This page contains an example of a message received in MQTT.
{
"serverTime": 1718110117754, -- Date when the reading arrived at the server
"createdAt": 1718110117754, -- Date when the reading was captured
"id": 123456789, -- device_id of the device
"reverseEnergy": 120, -- Reverse energy reading
"directEnergy": 10 -- Direct energy reading
}